home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 196
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 16
- object Edit1: TEdit
- Left = 153
- Top = 32
- Width = 121
- Height = 24
- TabOrder = 0
- end
- object RunBtn: TButton
- Left = 112
- Top = 80
- Width = 89
- Height = 33
- Caption = 'Run'
- TabOrder = 1
- OnClick = RunBtnClick
- end
- object StopBtn: TButton
- Left = 232
- Top = 80
- Width = 89
- Height = 33
- Caption = 'Stop'
- TabOrder = 2
- OnClick = StopBtnClick
- end
- end
-